Spread for ASP.NET 12 Product Documentation
GroupSparkline(CellRange[]) Method


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class > GroupSparkline Method : GroupSparkline(CellRange[]) Method
The location.
Groups the sparkline to the active sparkline.
Syntax
'Declaration
 
Public Overloads Function GroupSparkline( _
   ByVal location() As CellRange _
) As ExcelSparklineGroup
'Usage
 
Dim instance As SheetView
Dim location() As CellRange
Dim value As ExcelSparklineGroup
 
value = instance.GroupSparkline(location)
public ExcelSparklineGroup GroupSparkline( 
   CellRange[] location
)

Parameters

location
The location.
See Also

Reference

SheetView Class
SheetView Members
Overload List